home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / mus / play / DoSoundv2_6.lha / DoSoundv2_6 / amirc / rexx / DoSound.amirx
Encoding:
Text File  |  1997-07-02  |  326 b   |  15 lines

  1. /* $VER: 2.6 for DoSound v2.6
  2.   */
  3. if ~show('l',"rexxarplib.library") then do
  4. call addlib("rexxarplib.library",0,-30,0)
  5. end
  6. if ~show('l',"rexxsupport.library") then do
  7. call addlib("rexxsupport.library",0,-30,0)
  8. end
  9. host = address()
  10. call setenv(ha,host)
  11. address rexx
  12. address command 'run muirexx buildsound.amirx port build'
  13.  
  14.  
  15.